home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(!_root.nextbot2)
- {
- _root.bot2._x = 800;
- }
- if(!_root.nextbot1)
- {
- _root.bot1._x = 800;
- }
- if(!_root.nextbot3)
- {
- _root.bot3._x = 800;
- }
- if(!_root.nextbot4)
- {
- _root.bot4._x = 850;
- }
- if(!_root.nextbot5)
- {
- _root.bot5._x = 660;
- }
- if(!_root.nextbot6)
- {
- _root.bot6._x = 700;
- }
- if(!_root.nextbot7)
- {
- _root.bot7._x = 700;
- }
- if(!_root.nextbot8)
- {
- _root.bot8._x = 800;
- }
- if(!_root.nextbot9)
- {
- _root.bot9._x = 700;
- }
- if(!_root.nextbot10)
- {
- _root.bot10._x = 1000;
- }
- if(_root.stopbots2)
- {
- _root.bot3._x = 1000;
- _root.bot4._x = 1000;
- _root.bot5._x = 1000;
- }
- if(_root.stopbots3)
- {
- _root.bot6._x = 1000;
- _root.bot7._x = 1000;
- _root.bot8._x = 1600;
- }
- if(_root.stopbots4)
- {
- _root.bot9._x = 1000;
- _root.bot10._x = 3000;
- _root.bot11._x = 1000;
- }
- if(_root.stopbots1)
- {
- _root.bot1._x = 1000;
- _root.bot1.gotoAndStop(94);
- _root.bot2._x = 1000;
- _root.bot2.gotoAndStop(101);
- }
- if(_root.level1._x < -2688)
- {
- if(_root.endlevel1)
- {
- _root.stopbotsLevel1 = true;
- }
- _root.proceed = true;
- _root.level1._x = -2688;
- }
- if(_root.level1._x < -1420)
- {
- _root.s1._visible = false;
- _root.s2._visible = false;
- _root.s3._visible = false;
- _root.s4._visible = false;
- _root.s5._visible = false;
- _root.s6._visible = false;
- _root.s7._visible = false;
- _root.s8._visible = false;
- _root.s9._visible = false;
- _root.s10._visible = false;
- }
- }
-